バージョン

RemoveRange メソッド

SwapCollection<T> から指定した項目を削除します。
シンタックス
'宣言
 
Public Sub RemoveRange( _
   ByVal collection As IEnumerable(Of T) _
) 
public void RemoveRange( 
   IEnumerable<T> collection
)

パラメータ

collection
削除される項目。
参照